Class: Aws::AccessAnalyzer::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-accessanalyzer/types.rb

Overview

Service quote met error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3728

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

#resource_idString

The resource ID.

Returns:

  • (String)


3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3728

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

#resource_typeString

The resource type.

Returns:

  • (String)


3728
3729
3730
3731
3732
3733
3734
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3728

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