Class: Aws::Backup::Errors::AlreadyExistsException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Backup::Errors::AlreadyExistsException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-backup/errors.rb
Instance Method Summary collapse
- #arn ⇒ String
- #code ⇒ String
- #context ⇒ String
- #creator_request_id ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AlreadyExistsException
constructor
A new instance of AlreadyExistsException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AlreadyExistsException
Returns a new instance of AlreadyExistsException.
52 53 54 |
# File 'lib/aws-sdk-backup/errors.rb', line 52 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#arn ⇒ String
72 |
# File 'lib/aws-sdk-backup/errors.rb', line 72
def arn: () -> ::String
|
#code ⇒ String
57 |
# File 'lib/aws-sdk-backup/errors.rb', line 57
def code: () -> ::String
|
#context ⇒ String
82 |
# File 'lib/aws-sdk-backup/errors.rb', line 82
def context: () -> ::String
|
#creator_request_id ⇒ String
67 |
# File 'lib/aws-sdk-backup/errors.rb', line 67
def creator_request_id: () -> ::String
|
#message ⇒ String
62 |
# File 'lib/aws-sdk-backup/errors.rb', line 62
def message: () -> ::String
|
#type ⇒ String
77 |
# File 'lib/aws-sdk-backup/errors.rb', line 77
def type: () -> ::String
|