Class: Aws::EBS::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ebs/types.rb
Overview
An internal error has occurred. For more information see [Error retries].
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/error-retries.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
242 243 244 245 246 |
# File 'lib/aws-sdk-ebs/types.rb', line 242 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |