Class: Aws::SWF::Errors::WorkflowExecutionAlreadyStartedFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SWF::Errors::WorkflowExecutionAlreadyStartedFault
- Defined in:
- lib/aws-sdk-swf/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WorkflowExecutionAlreadyStartedFault
constructor
A new instance of WorkflowExecutionAlreadyStartedFault.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WorkflowExecutionAlreadyStartedFault
Returns a new instance of WorkflowExecutionAlreadyStartedFault.
203 204 205 |
# File 'lib/aws-sdk-swf/errors.rb', line 203 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
208 209 210 |
# File 'lib/aws-sdk-swf/errors.rb', line 208 def @message || @data[:message] end |