Class: Aws::Glue::Errors::PermissionTypeMismatchException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PermissionTypeMismatchException.

Parameters:



502
503
504
# File 'lib/aws-sdk-glue/errors.rb', line 502

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

Instance Method Details

#messageString

Returns:

  • (String)


507
508
509
# File 'lib/aws-sdk-glue/errors.rb', line 507

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