Class: Aws::SSMIncidents::Types::ServiceQuotaExceededException

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

Overview

Request would cause a service quota to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2074

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_identifier,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

Originating quota code

Returns:

  • (String)


2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2074

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_identifier,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The identifier for the requested resource

Returns:

  • (String)


2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2074

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_identifier,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type

Returns:

  • (String)


2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2074

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_identifier,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

Originating service code

Returns:

  • (String)


2074
2075
2076
2077
2078
2079
2080
2081
2082
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2074

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_identifier,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end