Class: Aws::BackupGateway::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::ConflictException
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
The operation cannot proceed because it is not supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
A description of why the operation is not supported.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
A description of why the operation is not supported.
127 128 129 130 131 132 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 127 class ConflictException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
127 128 129 130 131 132 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 127 class ConflictException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |