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.
7983 7984 7985 7986 7987 7988 |
# File 'lib/aws-sdk-fsx/types.rb', line 7983 class ServiceLimitExceeded < Struct.new( :limit, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
7983 7984 7985 7986 7987 7988 |
# File 'lib/aws-sdk-fsx/types.rb', line 7983 class ServiceLimitExceeded < Struct.new( :limit, :message) SENSITIVE = [] include Aws::Structure end |