Class: Aws::SignerData::Types::InternalServiceErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SignerData::Types::InternalServiceErrorException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signerdata/types.rb
Overview
An internal service error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
89 90 91 92 93 94 |
# File 'lib/aws-sdk-signerdata/types.rb', line 89 class InternalServiceErrorException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
89 90 91 92 93 94 |
# File 'lib/aws-sdk-signerdata/types.rb', line 89 class InternalServiceErrorException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |