Class: Aws::Signer::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::NotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
The signing profile was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
843 844 845 846 847 848 |
# File 'lib/aws-sdk-signer/types.rb', line 843 class NotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
843 844 845 846 847 848 |
# File 'lib/aws-sdk-signer/types.rb', line 843 class NotFoundException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |