Class: Aws::ResourceGroups::Types::MethodNotAllowedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb

Overview

The request uses an HTTP method that isn't allowed for the specified resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


870
871
872
873
874
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 870

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