Class: Aws::Pinpoint::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::InternalServerErrorException
- 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
8197 8198 8199 8200 8201 8202 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8197 class InternalServerErrorException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
8197 8198 8199 8200 8201 8202 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8197 class InternalServerErrorException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |