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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5699 5700 5701 5702 5703 5704 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5699 class ForbiddenException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
5699 5700 5701 5702 5703 5704 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5699 class ForbiddenException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |