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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11398 11399 11400 11401 11402 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11398 class NotFoundException < Struct.new( :message, :request_id) include Aws::Structure end |
#request_id ⇒ String
11398 11399 11400 11401 11402 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11398 class NotFoundException < Struct.new( :message, :request_id) include Aws::Structure end |