Class: Aws::CodePipeline::Errors::PipelineExecutionNotStoppableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodePipeline::Errors::PipelineExecutionNotStoppableException
- Defined in:
- lib/aws-sdk-codepipeline/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PipelineExecutionNotStoppableException
constructor
A new instance of PipelineExecutionNotStoppableException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PipelineExecutionNotStoppableException
Returns a new instance of PipelineExecutionNotStoppableException.
403 404 405 |
# File 'lib/aws-sdk-codepipeline/errors.rb', line 403 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
408 409 410 |
# File 'lib/aws-sdk-codepipeline/errors.rb', line 408 def @message || @data[:message] end |