Class: Aws::MediaTailor::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::BadRequestException
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
A request contains unexpected data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Constructs a new BadRequestException with the specified error message.
Instance Attribute Details
#message ⇒ String
Constructs a new BadRequestException with the specified error message.
290 291 292 293 294 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 290 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |