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
4462 4463 4464 4465 4466 4467 4468 4469 |
# File 'lib/aws-sdk-backup/types.rb', line 4462 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
4462 4463 4464 4465 4466 4467 4468 4469 |
# File 'lib/aws-sdk-backup/types.rb', line 4462 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4462 4463 4464 4465 4466 4467 4468 4469 |
# File 'lib/aws-sdk-backup/types.rb', line 4462 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4462 4463 4464 4465 4466 4467 4468 4469 |
# File 'lib/aws-sdk-backup/types.rb', line 4462 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |