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
870 871 872 873 874 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 870 class MethodNotAllowedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |