Class: Aws::Backup::Types::MissingParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::MissingParameterValueException
- Defined in:
- gems/aws-sdk-backup/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
7061 7062 7063 7064 7065 7066 7067 7068 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7061 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
7061 7062 7063 7064 7065 7066 7067 7068 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7061 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
7061 7062 7063 7064 7065 7066 7067 7068 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7061 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
7061 7062 7063 7064 7065 7066 7067 7068 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7061 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |