Class: Aws::FSx::Types::ServiceLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::ServiceLimitExceeded
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting Amazon Web Services Support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ String
Enumeration of the service limit that was exceeded.
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#limit ⇒ String
Enumeration of the service limit that was exceeded.
7487 7488 7489 7490 7491 7492 |
# File 'lib/aws-sdk-fsx/types.rb', line 7487 class ServiceLimitExceeded < Struct.new( :limit, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
7487 7488 7489 7490 7491 7492 |
# File 'lib/aws-sdk-fsx/types.rb', line 7487 class ServiceLimitExceeded < Struct.new( :limit, :message) SENSITIVE = [] include Aws::Structure end |