Class: Aws::S3Files::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
The specified resource was not found. Verify that the resource exists and that you have permission to access it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the exception.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
The error code associated with the exception.
1328 1329 1330 1331 1332 1333 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1328 class ResourceNotFoundException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1328 1329 1330 1331 1332 1333 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1328 class ResourceNotFoundException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |