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