Class: Aws::Pinpoint::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::InternalServerErrorException
- Defined in:
- gems/aws-sdk-pinpoint/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
7922 7923 7924 7925 7926 7927 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7922 class InternalServerErrorException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
7922 7923 7924 7925 7926 7927 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7922 class InternalServerErrorException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |