Class: Aws::Pinpoint::Types::MethodNotAllowedException

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)


9548
9549
9550
9551
9552
9553
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9548

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

#request_idString

Returns:

  • (String)


9548
9549
9550
9551
9552
9553
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9548

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