Class: Aws::FSx::Types::ServiceLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::ServiceLimitExceeded
- Defined in:
- gems/aws-sdk-fsx/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.
7013 7014 7015 7016 7017 7018 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7013 class ServiceLimitExceeded < Struct.new( :limit, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
7013 7014 7015 7016 7017 7018 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7013 class ServiceLimitExceeded < Struct.new( :limit, :message) SENSITIVE = [] include Aws::Structure end |