Class: Aws::ResourceExplorer2::Types::ServiceQuotaExceededException

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

Overview

The request failed because it exceeds a service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1222

class ServiceQuotaExceededException < Struct.new(
  :message,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service quota that was exceeded by the request.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1222

class ServiceQuotaExceededException < Struct.new(
  :message,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The current value for the quota that the request tried to exceed.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1222

class ServiceQuotaExceededException < Struct.new(
  :message,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end