Class: Aws::Signer::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
A specified resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-signer/types.rb', line 996 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-signer/types.rb', line 996 class ResourceNotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |