Class: Aws::IoTDataPlane::Types::MethodNotAllowedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdataplane/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

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


243
244
245
246
247
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 243

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