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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1453
1454
1455
1456
1457
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1453

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