Class: Aws::ECRPublic::Errors::RepositoryNotEmptyException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECRPublic::Errors::RepositoryNotEmptyException
- Defined in:
- lib/aws-sdk-ecrpublic/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.
341 342 343 |
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 341 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
346 347 348 |
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 346 def @message || @data[:message] end |