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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9579 9580 9581 9582 9583 9584 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9579 class MethodNotAllowedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
9579 9580 9581 9582 9583 9584 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9579 class MethodNotAllowedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |