Class: Aws::Backup::Types::MissingParameterValueException

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

Overview

Indicates that a required parameter is missing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString



7745
7746
7747
7748
7749
7750
7751
7752
# File 'lib/aws-sdk-backup/types.rb', line 7745

class MissingParameterValueException < Struct.new(
  :code,
  :message,
  :type,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#contextString



7745
7746
7747
7748
7749
7750
7751
7752
# File 'lib/aws-sdk-backup/types.rb', line 7745

class MissingParameterValueException < Struct.new(
  :code,
  :message,
  :type,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#messageString



7745
7746
7747
7748
7749
7750
7751
7752
# File 'lib/aws-sdk-backup/types.rb', line 7745

class MissingParameterValueException < Struct.new(
  :code,
  :message,
  :type,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#typeString



7745
7746
7747
7748
7749
7750
7751
7752
# File 'lib/aws-sdk-backup/types.rb', line 7745

class MissingParameterValueException < Struct.new(
  :code,
  :message,
  :type,
  :context)
  SENSITIVE = []
  include Aws::Structure
end