Class: Aws::MediaConvert::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7931 7932 7933 7934 7935 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 7931 class InternalServerErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |