Class: Aws::Chime::Types::BadRequestException

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


619
620
621
622
623
624
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 619

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

#messageString

Returns:

  • (String)


619
620
621
622
623
624
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 619

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