Class: Aws::ARCRegionswitch::Types::LambdaUngraceful

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

Configuration for handling failures when invoking Lambda functions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#behaviorString

The ungraceful behavior for a Lambda function, which must be set to skip.

Returns:

  • (String)


1346
1347
1348
1349
1350
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1346

class LambdaUngraceful < Struct.new(
  :behavior)
  SENSITIVE = []
  include Aws::Structure
end