Class: Aws::States::Types::InvalidName
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::InvalidName
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
The provided name is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2290 2291 2292 2293 2294 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2290 class InvalidName < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |