Class: Aws::FreeTier::Types::InternalServerException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FreeTier::Types::InternalServerException
 
- Defined in:
- gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb
Overview
An unexpected error occurred during the processing of your request.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 416 417 418 419 420 | # File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 416 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |