Class: Aws::MediaLive::Types::BadRequestExceptionResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BadRequestExceptionResponseContent
- Defined in:
- gems/aws-sdk-medialive/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.
13975 13976 13977 13978 13979 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13975 class BadRequestExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |