Class: Aws::Detective::Errors::ServiceQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException

Returns a new instance of ServiceQuotaExceededException.

Parameters:



129
130
131
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/errors.rb', line 129

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


134
135
136
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/errors.rb', line 134

def message
  @message || @data[:message]
end

#resourcesString

Returns:

  • (String)


139
140
141
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/errors.rb', line 139

def resources
  @data[:resources]
end