Class: Aws::ElasticInference::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticinference/types.rb
Overview
Raised when an unexpected error occurred during request processing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
267 268 269 270 271 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 267 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |