Class: Aws::EBS::Types::ValidationException

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

Overview

The input fails to satisfy the constraints of the EBS direct APIs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


802
803
804
805
806
807
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 802

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

#reasonString

The reason for the validation exception.

Returns:

  • (String)


802
803
804
805
806
807
# File 'gems/aws-sdk-ebs/lib/aws-sdk-ebs/types.rb', line 802

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