Class: Aws::AppMesh::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
You have exceeded a service limit for your account. For more information, see [Service Limits] in the *App Mesh User Guide*.
[1]: docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2701 2702 2703 2704 2705 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2701 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |