Class: Aws::Chime::Types::UnprocessableEntityException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

The request was well-formed but was unable to be followed due to semantic errors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


8128
8129
8130
8131
8132
8133
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8128

class UnprocessableEntityException < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


8128
8129
8130
8131
8132
8133
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8128

class UnprocessableEntityException < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end