Class: Aws::RAM::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ram/types.rb
Overview
The operation failed because a parameter you specified isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-ram/types.rb', line 1597 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |