Class: Aws::Backup::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
4220 4221 4222 4223 4224 4225 4226 4227 |
# File 'lib/aws-sdk-backup/types.rb', line 4220 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
4220 4221 4222 4223 4224 4225 4226 4227 |
# File 'lib/aws-sdk-backup/types.rb', line 4220 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4220 4221 4222 4223 4224 4225 4226 4227 |
# File 'lib/aws-sdk-backup/types.rb', line 4220 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4220 4221 4222 4223 4224 4225 4226 4227 |
# File 'lib/aws-sdk-backup/types.rb', line 4220 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |