Class: Aws::States::Types::InvalidName

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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