Class: Aws::Lightsail::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::InvalidInputException
- 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.
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
#code ⇒ String
10858 10859 10860 10861 10862 10863 10864 10865 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10858 class InvalidInputException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
10858 10859 10860 10861 10862 10863 10864 10865 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10858 class InvalidInputException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
10858 10859 10860 10861 10862 10863 10864 10865 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10858 class InvalidInputException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
10858 10859 10860 10861 10862 10863 10864 10865 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10858 class InvalidInputException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |