Class: Aws::States::Types::ExecutionNotRedrivable

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

The execution Amazon Resource Name (ARN) that you specified for ‘executionArn` cannot be redriven.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1406
1407
1408
1409
1410
# File 'lib/aws-sdk-states/types.rb', line 1406

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