Class: Aws::MediaLive::Types::BadRequestExceptionResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BadRequestExceptionResponseContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
The input fails to satisfy the constraints specified by an AWS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Exception error message.
Instance Attribute Details
#message ⇒ String
Exception error message.
13807 13808 13809 13810 13811 |
# File 'lib/aws-sdk-medialive/types.rb', line 13807 class BadRequestExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |