Class: Aws::RAM::Types::InvalidResourceTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::InvalidResourceTypeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ram/types.rb
Overview
The operation failed because the specified resource type isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1623 1624 1625 1626 1627 |
# File 'lib/aws-sdk-ram/types.rb', line 1623 class InvalidResourceTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |