Class: Aws::Pinpoint::Types::NotFoundException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


9660
9661
9662
9663
9664
9665
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9660

class NotFoundException < Struct.new(
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

Returns:

  • (String)


9660
9661
9662
9663
9664
9665
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9660

class NotFoundException < Struct.new(
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end