Class: Aws::MediaConnect::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The server encountered an internal error and is unable to complete the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2398 2399 2400 2401 2402 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2398 class InternalServerErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |