Class: Aws::IoTDataPlane::Types::MethodNotAllowedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::MethodNotAllowedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Overview
The specified combination of HTTP verb and URI is not supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
243 244 245 246 247 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 243 class MethodNotAllowedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |