Class: Aws::ResourceGroups::Types::MethodNotAllowedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResourceGroups::Types::MethodNotAllowedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
#message ⇒ String
      1235 1236 1237 1238 1239  | 
    
      # File 'lib/aws-sdk-resourcegroups/types.rb', line 1235 class MethodNotAllowedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |