Class: Aws::RAM::Types::InvalidParameterException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1597
1598
1599
1600
1601
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1597

class InvalidParameterException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end