Class: Aws::Lightsail::Types::OperationFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::OperationFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Lightsail throws this exception when an operation fails to execute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
11982 11983 11984 11985 11986 11987 11988 11989 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11982 class OperationFailureException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
11982 11983 11984 11985 11986 11987 11988 11989 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11982 class OperationFailureException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
11982 11983 11984 11985 11986 11987 11988 11989 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11982 class OperationFailureException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
11982 11983 11984 11985 11986 11987 11988 11989 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11982 class OperationFailureException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |