class Aws::LexModelBuildingService::Errors::ResourceInUseException

Public Class Methods

new(context, message, data = Aws::EmptyStructure.new) click to toggle source

@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::LexModelBuildingService::Types::ResourceInUseException] data

Calls superclass method
# File lib/aws-sdk-lexmodelbuildingservice/errors.rb, line 160
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Public Instance Methods

example_reference() click to toggle source

@return [String]

# File lib/aws-sdk-lexmodelbuildingservice/errors.rb, line 170
def example_reference
  @data[:example_reference]
end
reference_type() click to toggle source

@return [String]

# File lib/aws-sdk-lexmodelbuildingservice/errors.rb, line 165
def reference_type
  @data[:reference_type]
end