Class: Aws::ECR::Errors::RepositoryPolicyNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECR::Errors::RepositoryPolicyNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RepositoryPolicyNotFoundException
constructor
A new instance of RepositoryPolicyNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RepositoryPolicyNotFoundException
Returns a new instance of RepositoryPolicyNotFoundException.
482 483 484 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 482 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
487 488 489 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 487 def @message || @data[:message] end |