Class: Aws::CodeDeploy::Errors::ResourceValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceValidationException.

Parameters:



1185
1186
1187
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/errors.rb', line 1185

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