Class: Aws::Pinpoint::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about an API request or response.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2018 class BadRequestException < Struct.new( :message, :request_id) include Aws::Structure end |
#request_id ⇒ String
2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2018 class BadRequestException < Struct.new( :message, :request_id) include Aws::Structure end |