Class: Aws::States::Types::InvalidArn
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::InvalidArn
- Defined in:
- gems/aws-sdk-states/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
2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2221 class InvalidArn < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |