Class: Aws::CodePipeline::Errors::InvalidJobStateException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodePipeline::Errors::InvalidJobStateException
- Defined in:
- lib/aws-sdk-codepipeline/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidJobStateException
constructor
A new instance of InvalidJobStateException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidJobStateException
Returns a new instance of InvalidJobStateException.
263 264 265 |
# File 'lib/aws-sdk-codepipeline/errors.rb', line 263 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |