Class: Aws::States::Types::InvalidArn
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::InvalidArn
- 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
#message ⇒ String
2128 2129 2130 2131 2132 |
# File 'lib/aws-sdk-states/types.rb', line 2128 class InvalidArn < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |