Class: Aws::ECR::Errors::RepositoryAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECR::Errors::RepositoryAlreadyExistsException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RepositoryAlreadyExistsException
constructor
A new instance of RepositoryAlreadyExistsException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RepositoryAlreadyExistsException
Returns a new instance of RepositoryAlreadyExistsException.
437 438 439 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 437 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
442 443 444 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 442 def @message || @data[:message] end |