Class: Aws::Pinpoint::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::NotFoundException
- 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
9683 9684 9685 9686 9687 9688 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9683 class NotFoundException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
9683 9684 9685 9686 9687 9688 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9683 class NotFoundException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |