Class: Aws::Schemas::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Schemas::Errors::NotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-schemas/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
152 153 154 |
# File 'lib/aws-sdk-schemas/errors.rb', line 152 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
157 |
# File 'lib/aws-sdk-schemas/errors.rb', line 157
def code: () -> ::String
|
#message ⇒ String
162 |
# File 'lib/aws-sdk-schemas/errors.rb', line 162
def message: () -> ::String
|