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)


2052
2053
2054
2055
2056
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2052

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