Class: Aws::S3Files::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::S3Files::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-s3files/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
98 99 100 |
# File 'lib/aws-sdk-s3files/errors.rb', line 98 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
103 |
# File 'lib/aws-sdk-s3files/errors.rb', line 103
def error_code: () -> ::String
|
#message ⇒ String
108 |
# File 'lib/aws-sdk-s3files/errors.rb', line 108
def message: () -> ::String
|