Class: Aws::Evs::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-evs/types.rb
Overview
An internal server error occurred. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Describes the error encountered.
Instance Attribute Details
#message ⇒ String
Describes the error encountered.
1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-evs/types.rb', line 1436 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |