Class: Aws::Chime::Errors::UnprocessableEntityException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-chime/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnprocessableEntityException.

Parameters:



253
254
255
# File 'lib/aws-sdk-chime/errors.rb', line 253

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

Instance Method Details

#codeString

Returns:

  • (String)


258
# File 'lib/aws-sdk-chime/errors.rb', line 258

def code: () -> ::String

#messageString

Returns:

  • (String)


263
# File 'lib/aws-sdk-chime/errors.rb', line 263

def message: () -> ::String