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
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 |
#context ⇒ String
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 |
#message ⇒ String
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 |
#type ⇒ String
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 |