Class: Aws::Backup::Types::LimitExceededException

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

Overview

A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


4407
4408
4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4407

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

#contextString

Returns:

  • (String)


4407
4408
4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4407

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

#messageString

Returns:

  • (String)


4407
4408
4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4407

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

#typeString

Returns:

  • (String)


4407
4408
4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4407

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