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