Class: Aws::OAM::Types::MissingRequiredParameterException

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

Overview

A required parameter is missing from the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_error_typeString

The name of the exception.

Returns:

  • (String)


798
799
800
801
802
803
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 798

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

#messageString

Returns:

  • (String)


798
799
800
801
802
803
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 798

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