Class: Aws::WorkSpacesWeb::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



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

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

Instance Method Details

#messageString

Returns:

  • (String)


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

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

#quota_codeString

Returns:

  • (String)


145
146
147
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 145

def quota_code
  @data[:quota_code]
end

#resource_idString

Returns:

  • (String)


150
151
152
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 150

def resource_id
  @data[:resource_id]
end

#resource_typeString

Returns:

  • (String)


155
156
157
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 155

def resource_type
  @data[:resource_type]
end

#service_codeString

Returns:

  • (String)


160
161
162
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 160

def service_code
  @data[:service_code]
end