Class: Aws::Backup::Types::InvalidParameterValueException

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

Overview

Indicates that something is wrong with a parameter's value. For example, the value is out of range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


4199
4200
4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4199

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

#contextString

Returns:

  • (String)


4199
4200
4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4199

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

#messageString

Returns:

  • (String)


4199
4200
4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4199

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

#typeString

Returns:

  • (String)


4199
4200
4201
4202
4203
4204
4205
4206
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4199

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