Class: Aws::WorkSpacesWeb::Errors::TooManyTagsException

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) ⇒ TooManyTagsException

Returns a new instance of TooManyTagsException.

Parameters:



200
201
202
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 200

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

Instance Method Details

#messageString

Returns:

  • (String)


205
206
207
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 205

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

#resource_nameString

Returns:

  • (String)


210
211
212
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/errors.rb', line 210

def resource_name
  @data[:resource_name]
end