Class: Aws::Backup::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::InvalidParameterValueException
- Includes:
- Structure
- Defined in:
- 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
#code ⇒ String
5543 5544 5545 5546 5547 5548 5549 5550 |
# File 'lib/aws-sdk-backup/types.rb', line 5543 class InvalidParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
5543 5544 5545 5546 5547 5548 5549 5550 |
# File 'lib/aws-sdk-backup/types.rb', line 5543 class InvalidParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5543 5544 5545 5546 5547 5548 5549 5550 |
# File 'lib/aws-sdk-backup/types.rb', line 5543 class InvalidParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5543 5544 5545 5546 5547 5548 5549 5550 |
# File 'lib/aws-sdk-backup/types.rb', line 5543 class InvalidParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |