Class: Aws::Pinpoint::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ForbiddenException
- 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
7497 7498 7499 7500 7501 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7497 class ForbiddenException < Struct.new( :message, :request_id) include Aws::Structure end |
#request_id ⇒ String
7497 7498 7499 7500 7501 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7497 class ForbiddenException < Struct.new( :message, :request_id) include Aws::Structure end |