Class: Aws::DirectoryService::Types::SnapshotLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::SnapshotLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The descriptive message for the exception.
-
#request_id ⇒ String
The Amazon Web Services request identifier.
Instance Attribute Details
#message ⇒ String
The descriptive message for the exception.
4182 4183 4184 4185 4186 4187 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4182 class SnapshotLimitExceededException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
4182 4183 4184 4185 4186 4187 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4182 class SnapshotLimitExceededException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |