Class: Aws::Signer::Types::InternalServiceErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::InternalServiceErrorException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
An internal error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
567 568 569 570 571 572 |
# File 'lib/aws-sdk-signer/types.rb', line 567 class InternalServiceErrorException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
567 568 569 570 571 572 |
# File 'lib/aws-sdk-signer/types.rb', line 567 class InternalServiceErrorException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |