Class: Aws::ChimeSDKMeetings::Types::UnprocessableEntityException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/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)


1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1651

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

#messageString

Returns:

  • (String)


1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1651

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

#request_idString

The request id associated with the call responsible for the exception.

Returns:

  • (String)


1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1651

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