Class: Aws::ECR::Errors::RepositoryNotEmptyException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECR::Errors::RepositoryNotEmptyException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RepositoryNotEmptyException
constructor
A new instance of RepositoryNotEmptyException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RepositoryNotEmptyException
Returns a new instance of RepositoryNotEmptyException.
452 453 454 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 452 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
457 458 459 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 457 def @message || @data[:message] end |