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
5277 5278 5279 5280 5281 5282 5283 5284 |
# File 'lib/aws-sdk-backup/types.rb', line 5277 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
5277 5278 5279 5280 5281 5282 5283 5284 |
# File 'lib/aws-sdk-backup/types.rb', line 5277 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5277 5278 5279 5280 5281 5282 5283 5284 |
# File 'lib/aws-sdk-backup/types.rb', line 5277 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5277 5278 5279 5280 5281 5282 5283 5284 |
# File 'lib/aws-sdk-backup/types.rb', line 5277 class InvalidRequestException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |