Method: Aws::Pinpoint::Types::InternalServerErrorException#request_id
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#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 |