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
6876 6877 6878 6879 6880 6881 6882 6883 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6876 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
6876 6877 6878 6879 6880 6881 6882 6883 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6876 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
6876 6877 6878 6879 6880 6881 6882 6883 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6876 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6876 6877 6878 6879 6880 6881 6882 6883 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6876 class MissingParameterValueException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |