Class: Aws::PinpointSMSVoice::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::BadRequestException
- Defined in:
- gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
The input you provided is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
33 34 35 36 37 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 33 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |