Class: Aws::Backup::Types::AlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::AlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
The required resource already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #code ⇒ String
- #context ⇒ String
- #creator_request_id ⇒ String
- #message ⇒ String
- #type ⇒ String
Instance Attribute Details
#arn ⇒ String
83 84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-backup/types.rb', line 83 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#code ⇒ String
83 84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-backup/types.rb', line 83 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
83 84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-backup/types.rb', line 83 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#creator_request_id ⇒ String
83 84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-backup/types.rb', line 83 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
83 84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-backup/types.rb', line 83 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
83 84 85 86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-backup/types.rb', line 83 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |