Class: Aws::AppMesh::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
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 *AWS App Mesh User Guide*.

[1]: docs.aws.amazon.com/app-mesh/latest/userguide/service_limits.html

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1122
1123
1124
1125
# File 'lib/aws-sdk-appmesh/types.rb', line 1122

class LimitExceededException < Struct.new(
  :message)
  include Aws::Structure
end