Class: Aws::OAM::Types::InvalidParameterException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-oam/types.rb

Overview

A parameter is specified incorrectly.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_error_typeString

The name of the exception.

Returns:

  • (String)


388
389
390
391
392
393
# File 'lib/aws-sdk-oam/types.rb', line 388

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

#messageString

Returns:

  • (String)


388
389
390
391
392
393
# File 'lib/aws-sdk-oam/types.rb', line 388

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