Class: Aws::States::Types::InvalidArn

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

Overview

The provided Amazon Resource Name (ARN) is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1722
1723
1724
1725
1726
# File 'lib/aws-sdk-states/types.rb', line 1722

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