Class: Aws::CodePipeline::Errors::InvalidJobStateException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidJobStateException

Returns a new instance of InvalidJobStateException.

Parameters:



245
246
247
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/errors.rb', line 245

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end