Class: Aws::RAM::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::InvalidParameterException
- Defined in:
- gems/aws-sdk-ram/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
1666 1667 1668 1669 1670 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1666 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |