Class: Aws::Pinpoint::Types::MethodNotAllowedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::MethodNotAllowedException
- 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
#message ⇒ 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_id ⇒ 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 |