Class: Aws::IAM::Errors::NoSuchEntityException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IAM::Errors::NoSuchEntityException
- Defined in:
- lib/aws-sdk-iam/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use NoSuchEntity instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchEntityException
constructor
A new instance of NoSuchEntityException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchEntityException
Returns a new instance of NoSuchEntityException.
469 470 471 |
# File 'lib/aws-sdk-iam/errors.rb', line 469 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
474 |
# File 'lib/aws-sdk-iam/errors.rb', line 474
def message: () -> ::String
|