Class: Aws::FreeTier::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FreeTier::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
233 234 235 236 237 |
# File 'lib/aws-sdk-freetier/types.rb', line 233 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |