Class: Aws::DirectoryService::Errors::SnapshotLimitExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::DirectoryService::Errors::SnapshotLimitExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-directoryservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapshotLimitExceededException
constructor
A new instance of SnapshotLimitExceededException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapshotLimitExceededException
Returns a new instance of SnapshotLimitExceededException.
782 783 784 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 782 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
787 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 787
def message: () -> ::String
|
#request_id ⇒ String
792 |
# File 'lib/aws-sdk-directoryservice/errors.rb', line 792
def request_id: () -> ::String
|