Class: Aws::BackupGateway::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::ValidationException
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
The operation did not succeed because a validation error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
A description of what caused the validation error.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
A description of what caused the validation error.
1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1283 class ValidationException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1283 class ValidationException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |