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
115 116 117 118 119 120 121 122 123 124 |
# File 'lib/aws-sdk-backup/types.rb', line 115 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#code ⇒ String
115 116 117 118 119 120 121 122 123 124 |
# File 'lib/aws-sdk-backup/types.rb', line 115 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
115 116 117 118 119 120 121 122 123 124 |
# File 'lib/aws-sdk-backup/types.rb', line 115 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#creator_request_id ⇒ String
115 116 117 118 119 120 121 122 123 124 |
# File 'lib/aws-sdk-backup/types.rb', line 115 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
115 116 117 118 119 120 121 122 123 124 |
# File 'lib/aws-sdk-backup/types.rb', line 115 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
115 116 117 118 119 120 121 122 123 124 |
# File 'lib/aws-sdk-backup/types.rb', line 115 class AlreadyExistsException < Struct.new( :code, :message, :creator_request_id, :arn, :type, :context) SENSITIVE = [] include Aws::Structure end |