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.
1430 1431 1432 1433 1434 |
# File 'lib/aws-sdk-evs/types.rb', line 1430 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |