Class: Aws::Outposts::Types::InternalServerException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Outposts::Types::InternalServerException
 
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
An internal error has occurred.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 1205 1206 1207 1208 1209 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1205 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |