Class: Aws::States::Errors::StateMachineTypeNotSupported
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::States::Errors::StateMachineTypeNotSupported
- Defined in:
- lib/aws-sdk-states/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StateMachineTypeNotSupported
constructor
A new instance of StateMachineTypeNotSupported.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StateMachineTypeNotSupported
Returns a new instance of StateMachineTypeNotSupported.
505 506 507 |
# File 'lib/aws-sdk-states/errors.rb', line 505 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
510 511 512 |
# File 'lib/aws-sdk-states/errors.rb', line 510 def @message || @data[:message] end |