Class: Aws::Backup::Types::MissingParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::MissingParameterValueException
- 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
#code ⇒ String
6195 6196 6197 6198 6199 6200 6201 6202 |
# File 'lib/aws-sdk-backup/types.rb', line 6195 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
6195 6196 6197 6198 6199 6200 6201 6202 |
# File 'lib/aws-sdk-backup/types.rb', line 6195 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
6195 6196 6197 6198 6199 6200 6201 6202 |
# File 'lib/aws-sdk-backup/types.rb', line 6195 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6195 6196 6197 6198 6199 6200 6201 6202 |
# File 'lib/aws-sdk-backup/types.rb', line 6195 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |