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.
8210 8211 8212 8213 8214 8215 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8210 class ServiceLimitExceeded < Struct.new( :limit, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
8210 8211 8212 8213 8214 8215 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8210 class ServiceLimitExceeded < Struct.new( :limit, :message) SENSITIVE = [] include Aws::Structure end |