Class: Aws::CloudControlApi::Types::ServiceLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb

Overview

The resource handler has returned that a non-transient resource limit was reached on the service side.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


931
932
933
934
935
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 931

class ServiceLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end