Class: Aws::SMS::Types::MissingRequiredParameterException

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

Overview

A required parameter is missing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1036
1037
1038
1039
1040
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1036

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