Class: Aws::Lightsail::Types::InvalidInputException

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

Overview

Lightsail throws this exception when user input does not conform to the validation rules of an input field.

Domain and distribution APIs are only available in the N. Virginia (us-east-1) Amazon Web Services Region. Please set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit these resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


10847
10848
10849
10850
10851
10852
10853
10854
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10847

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

#docsString

Returns:

  • (String)


10847
10848
10849
10850
10851
10852
10853
10854
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10847

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

#messageString

Returns:

  • (String)


10847
10848
10849
10850
10851
10852
10853
10854
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10847

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

#tipString

Returns:

  • (String)


10847
10848
10849
10850
10851
10852
10853
10854
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10847

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