Class: Aws::MediaPackageVod::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1097 class InternalServerErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |