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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Provides information about an API request or response.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11098
11099
11100
11101
11102
# File 'lib/aws-sdk-pinpoint/types.rb', line 11098

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

#request_idString

Returns:

  • (String)


11098
11099
11100
11101
11102
# File 'lib/aws-sdk-pinpoint/types.rb', line 11098

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