Class: Aws::ChimeSDKMeetings::Types::BadRequestException

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

Overview

The input parameters don't match the service's restrictions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


216
217
218
219
220
221
222
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 216

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

#messageString

Returns:

  • (String)


216
217
218
219
220
221
222
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 216

class BadRequestException < 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)


216
217
218
219
220
221
222
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 216

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